Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prohibit ; in identifiers (but allow ? in again) #389

Merged
merged 1 commit into from
May 20, 2022

Conversation

exarkun
Copy link
Collaborator

@exarkun exarkun commented May 20, 2022

We no longer bind parameters so ? should be safe.

This is related to #388. It makes the test not fail but not by fixing the implementation, just by consistently skipping the problematic case.

There don't appear to be any SQL parsers for Python that can actually handle the full SQLite3 syntax. :(

We no longer bind parameters so `?` should be safe.
@exarkun exarkun merged commit 000fef8 into main May 20, 2022
@exarkun exarkun deleted the 388.semicolon-identifiers branch May 20, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant